C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / BoundSheet<T> Class / BoundSheet<T> Constructor / BoundSheet<T> Constructor(IHtmlHelper)
The HtmlHelper instance.

In This Topic
BoundSheet<T> Constructor(IHtmlHelper)
In This Topic
Creates one BoundSheet<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As IHtmlHelper _
)
 

Parameters

helper
The HtmlHelper instance.
See Also